home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Galaxians.swf / scripts / DefineButton2_59 / BUTTONCONDACTION on(release).as
Text File  |  2006-06-13  |  123b  |  11 lines

  1. on(release){
  2.    if(_root.sunet == 0)
  3.    {
  4.       _root.sunet = 1;
  5.    }
  6.    else
  7.    {
  8.       _root.sunet = 0;
  9.    }
  10. }
  11.